Interface and Application Programming

 

This week we write an application that interfaces with the input device you make in week 11 - input devices. This task will work in Window 7 using Python as programming language to visualize the data from the sensor in our input device board.

 

Process:

  • Run the cmd command
  • You will see a Window´s terminal
  • Check the port (FTDI cable).
  • Open python file: hello.light.45.py
  • Customize the codes for generate the interface

 

 

 

The design of ​​this interface is to simulate the injection process of my final project. We have 3 images that they´re gonna inserted in the code as reference (put images according as you want it to look). Finally we´re going to insert a text box for our inteface´s title
 
 

Final Comments: For this assignment we used a light sensor as a device for the inteface. We have learned that there are many possibilities to create an interface, we recommend using Python and / or Processing as programming languages